How do I use SQL Server with C# and .NET?
Jiachen Jiang (PM, Data Access) will walk us through how to work with SQL Server using C# and .NET a ...View More
On .NET Live - Lunr Core: Simple search for all .NET apps
All applications should have search, and it should be easy to implement. In this week's episode, Mic ...View More
Learn C# with CSharpFritz - Azure Storage for Beginners
Let's look at how we can store and work with data easily and economically using Azure Storage. Betwe ...View More
.NET Data Community Standup - EF Core Internals – Model Building
In this session, the .NET Data Access team will dig into the EF Core internals for building a model. ...View More
Correct String Initialization in C#
How do you properly initialize a string? Should it be null, string.Empty, empty quotes, or default? ...View More
Let's Learn .NET - Azure
(Japanese) Learn the basics of cloud computing by building an ASP.NET Core web app and deploying it ...View More
Languages & Runtime Community Standup - Source Generation Interceptors
In this show, Rikki Gibson will talk about a potential new feature in C#: source interceptors Commun ...View More
How Do I Get Side Income as a Developer?
How do I bring in side income as a software developer? What types of jobs can I get? Are there easy ...View More
ASP.NET Community Standup - Blazor and Data API Builder
Learn about Data API Builder and how it can be used in Blazor app development. Community Links: ...
Blazor Code Separation - Easily Moving Code to a Code Behind File
When you see demos in Blazor, you often see the code on the same page as the HTML and Razor syntax. ...View More